@charset "utf-8";
/* CSS Document */

.ffocus {height:400px; margin:0 auto; width:1440px; position: relative; overflow:hidden;}
.ffocus img { height:400px;  width:1440px; margin:0 auto;}
.ffocus .num { overflow:hidden; height: 25px; position: absolute; bottom:12px; right: 3%; zoom:1; z-index:3 }
.ffocus .num li { width:25px; height:25px; line-height:25px; text-align:center; font-weight:400; font-family: "微软雅黑", Arial; color:#fff; background:#444; margin-right: 10px; border-radius:50%; cursor:pointer; float: left; }
.ffocus .num li.on { background: #FF7700; } /*当前项*/
.ffocus .prev,
.ffocus .next { display: none; width: 40px; height: 100px; background: url(../img/btn.png) no-repeat; position: absolute; top: 33%;}
.ffocus .prev { left: 0; }
.ffocus .next { right: 0; background-position: right }
